home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / puppy_red.swf / scripts / DefineButton2_342 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-11  |  78b  |  7 lines

  1. on(release){
  2.    if(!_global.betting)
  3.    {
  4.       gotoAndPlay(60);
  5.    }
  6. }
  7.